crypto/tls.Conn.isClient (field)
8 uses
crypto/tls (current package)
conn.go#L31: isClient bool
conn.go#L1269: if !c.isClient {
conn.go#L1675: if !c.isClient {
handshake_client_tls13.go#L864: if !c.isClient {
quic.go#L308: if c.isClient {
quic.go#L324: if !c.isClient {
ticket.go#L303: isClient: c.isClient,
tls.go#L52: isClient: true,
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |